Object-Oriented Programming
and the Objective-C Language


What it is
Object-Oriented Programming and the Objective-C Language describes the Objective-C language as it is implemented for Mac OS X Server. Objective-C adds a small amount of syntax to standard ANSI C to support object-oriented programming techniques: including full dynamic binding, message forwarding, and object introspection. It is a powerful language that is easy to learn and use. Also included in this book is an excellent overview of concepts related to object-oriented programming.